home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 20
/
Cream of the Crop 20 (Terry Blount) (1996).iso
/
os2
/
souper15.zip
/
SMTP.H
< prev
next >
Wrap
Text File
|
1996-05-18
|
197b
|
8 lines
/* $Id: smtp.h 1.1 1996/05/18 21:14:49 cthuang Exp $
*
* SMTP client declarations
*/
int smtpConnect(void);
void smtpClose(int socket);
int smtpMail(int socket, FILE *inf, size_t bytes);